home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / convrtrs / pbmplus / ppmpat.lha / src / ppmdraw.h.diff < prev   
Text File  |  1993-05-18  |  1KB  |  38 lines

  1. *** ppm/ppmdraw.h.orig      Mon May 17 03:05:53 1993
  2. --- ppm/ppmdraw.h   Tue May 18 13:32:48 1993
  3. ***************
  4. *** 48,54 ****
  5.   ** and you want them to fit together without gaps.
  6.   */
  7.  
  8. ! int ppmd_setlineclipping ARGS(( int clip ));
  9.   /* Normally, ppmd_line() clips to the edges of the pixmap.  You can use this
  10.   ** routine to disable the clipping, for example if you are using a drawproc
  11.   ** that wants to do its own clipping.
  12. --- 48,55 ----
  13.   ** and you want them to fit together without gaps.
  14.   */
  15.  
  16. ! int ppmd_setlineclip ARGS(( int clip ));
  17. ! #define ppmd_setlineclipping(x)     ppmd_setlineclip(x)
  18.   /* Normally, ppmd_line() clips to the edges of the pixmap.  You can use this
  19.   ** routine to disable the clipping, for example if you are using a drawproc
  20.   ** that wants to do its own clipping.
  21. ***************
  22. *** 86,92 ****
  23.   ** you can draw with the outline routines.
  24.   */
  25.  
  26. ! char* ppmd_fill_init( );
  27.   /* Returns a blank fillhandle.
  28.   */
  29.  
  30. --- 87,93 ----
  31.   ** you can draw with the outline routines.
  32.   */
  33.  
  34. ! char* ppmd_fill_init ARGS(( void ));
  35.   /* Returns a blank fillhandle.
  36.   */
  37.  
  38.